Goto

Collaborating Authors

 deep learning component


Deep Learning Components from Scratch in Python

#artificialintelligence

A subreddit dedicated for learning machine learning. Feel free to share any educational resources of machine learning. Also, we are a beginner-friendly sub-reddit, so don't be afraid to ask questions! This can include questions that are non-technical, but still highly relevant to learning machine learning such as a systematic approach to a machine learning problem.


Towards WARSHIP: Combining Components of Brain-Inspired Computing of RSH for Image Super Resolution

arXiv.org Artificial Intelligence

T. Poggio observes, analyzes and predicts the evolution of deep learning from both mathematical and biological sides(which is the focus in our article) in [1]"Deep learning: mathematics and neuroscience". He mentions that, "it is telling that several of the algorithmic tricks that were touted as breakthroughs just a couple of years ago are now regarded as unnecessary ", while " some of the other ideas " such as residual learning " are more fundamental" "and likely to be more durable, though their exact form is bound to change somewhat " . In a word, he predicts that residual learning is a more durable component within the evolution of deep learning.


FastDeepIoT: Towards Understanding and Optimizing Neural Network Execution Time on Mobile and Embedded Devices

arXiv.org Machine Learning

Deep neural networks show great potential as solutions to many sensing application problems, but their excessive resource demand slows down execution time, pausing a serious impediment to deployment on low-end devices. To address this challenge, recent literature focused on compressing neural network size to improve performance. We show that changing neural network size does not proportionally affect performance attributes of interest, such as execution time. Rather, extreme run-time nonlinearities exist over the network configuration space. Hence, we propose a novel framework, called FastDeepIoT, that uncovers the non-linear relation between neural network structure and execution time, then exploits that understanding to find network configurations that significantly improve the trade-off between execution time and accuracy on mobile and embedded devices. FastDeepIoT makes two key contributions. First, FastDeepIoT automatically learns an accurate and highly interpretable execution time model for deep neural networks on the target device. This is done without prior knowledge of either the hardware specifications or the detailed implementation of the used deep learning library. Second, FastDeepIoT informs a compression algorithm how to minimize execution time on the profiled device without impacting accuracy. We evaluate FastDeepIoT using three different sensing-related tasks on two mobile devices: Nexus 5 and Galaxy Nexus. FastDeepIoT further reduces the neural network execution time by $48\%$ to $78\%$ and energy consumption by $37\%$ to $69\%$ compared with the state-of-the-art compression algorithms.